| Einhugur Word Plugin for Xojo |
|
EinhugurWord.BooleanAttribute Enum
Enum to be able to represent boolean that can be True, False or Not set. Which is represented as NO, YES, NOTSET.
enum EinhugurWord.BooleanAttribute
Constants
NOTSET = -1 | Value is not set. |
NO = 0 | No or false. |
YES = 1 | Yes or true. |